home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / hdf / unix / readme.now < prev    next >
Text File  |  1980-02-08  |  1KB  |  25 lines

  1. The files in the directories below have been archived with the UNIX
  2. "tar" command, compressed with the "compress" command, and chopped
  3. into pieces no larger than 100,000 bytes.  (The chopping is done
  4. because some systems do not allow ftp transfer of files larger than
  5. approximately 100Kb.)  To reconstitute the compressed tar file, simply
  6. concatenate all the files in the directory into one "tarfile."  Under
  7. UNIX, this can be accomplished with the following command:
  8.  
  9.     cat *part* > XXX.tar.Z
  10.  
  11. Where "XXX" is the name of the tarfile.  (This name should be obvious
  12. from the names of the chopped files.)  Then the file may be
  13. uncompressed with:
  14.  
  15.         uncompress XXX.tar.Z
  16.  
  17. And un-tar-ed with:
  18.  
  19.         tar xvf XXX.tar
  20.  
  21. After un-tar-ing the files, you should see a new directory called
  22. "HDF3.2r2" under your current directory.  If you "cd" into that directory,
  23. there is a README.FIRST and an INSTALL.TOP file to direct you in building the 
  24. HDF library and, if you like, the HDF utilities and test programs.
  25.